home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak - Disc 2 / Infomagic - Windows 3-Pak (Disc 2 of 3).iso / FAX-Tools / cc031899.exe / V3FILES.1 / CIRRUS.INI < prev    next >
INI File  |  1999-03-18  |  13KB  |  410 lines

  1. ;=================================================
  2. ;== Voice Modem Command Configuration
  3. ;==
  4. ;== Cirrus Logic or Compatible
  5. ;=================================================
  6.  
  7. ;This section contains general information about this modem cfg file
  8. [VoiceModem]
  9. Description=Cirrus Logic VoiceModem or Compatible
  10. UniqueID=V3CIRS
  11. VoiceFileExtension=VCS
  12. VoiceFileDescription=Cirrus Logic Voice (VCS)
  13.  
  14.  
  15. ;Issued to make sure modem is what we think it is...
  16. [VoiceModemTest]
  17. VoiceModemTestCommand=+FCLASS=8
  18.  
  19. ;Enter the sequence of commands required to enter voice mode
  20. [EnterVoiceMode]
  21. EnterVoiceModeCommand=+FCLASS=8
  22.  
  23.  
  24. ;List of media modes supported
  25. ;Media Mode commands, leave empty for not supported.
  26. [MediaMode]
  27. MediaModeDATA=+FCLASS=0
  28. MediaModeCLASS1=+FCLASS=1
  29. MediaModeCLASS2=+FCLASS=2
  30. MediaModeCLASS20=+FCLASS=20
  31. MediaModeVOICE=+FCLASS=8
  32. MediaModeVOICEVIEW=+FCLASS=80
  33. MediaModeDSVD=
  34.  
  35.  
  36. ; Additional initialization strings sent for normal modem init if voice modem is installed
  37. ; These strings are sent out after the ModemTest command from above to configure basic
  38. ; settings for voice mode prior to the sofware switching back into data mode and waiting
  39. ; for incoming or outgoing calls
  40. [ExtraInitialization]
  41. ;enable auto-bauding
  42. Init1=s0=0s30=60
  43. Init2=
  44. Init3=
  45. Init4=
  46.  
  47. ; Initializations to be sent out just prior to switching into voice mode.
  48. [VoiceModeInit]
  49. ;disable inactivity timeout
  50. Init2=
  51. Init3=
  52. Init4=
  53.  
  54.  
  55. ;After entering voice mode, these commands are issued if they exist????
  56. [FlowControl]
  57. FlowControlNone=+flo=0
  58. FlowControlHard=+flo=2
  59. FlowControlBoth=
  60. FlowControlSoft=+flo=1
  61. PlayUsingFlowControlSoft=
  62.  
  63.  
  64. ;Commands for issuing 'beep' before and/or after local or remote voice recording
  65. ;If no be desired, leave blank
  66. [RecordBeep]
  67. RecordBeepStart=+VTS=[900,900,100]
  68. RecordBeepStop=
  69.  
  70. ;Values provided within software
  71. [ToneGeneration]
  72. PlayTone=+VTS=
  73. SimpleDTMF=1
  74. ToneDurationCommand=+VTD=
  75. ;Duration in 1/1000 secs
  76. ToneDurationTime=500
  77.  
  78. ;Silence Detection adjustment commands.  Two parts, sensitivity and timeout.
  79. ;string is built like this... SilenceDetectionXXXX + SilenceDetectionTimeout + TimoutValue <CR>
  80. [SilenceDetection]
  81. SilenceDetectionLeastSensitive=+VSD=0
  82. SilenceDetectionLessSensitive=+VSD=64
  83. SilenceDetectionMidSensitive=+VSD=128
  84. SilenceDetectionMoreSensitive=+VSD=192
  85. SilenceDetectionMostSensitive=+VSD=255
  86. SilenceDetectionDisable=
  87. SilenceDetectionEnable=
  88. SilenceDetectionTimeout=,
  89. SilenceDetectionTimeoutValue=55
  90.  
  91.  
  92.  
  93. ;CallID commands
  94. [CallerID]
  95. ;CID Enable
  96. CallerIDEnable=+VCID=1
  97. ;CID Disable
  98. CallerIDDisable=+VCID=0
  99.  
  100. ;Distinctive Ring Commands
  101. [DistinctiveRing]
  102. DRingEnable=+VDR=1,10
  103. DRingDisable=+VDR=0
  104.  
  105. ;------------------------------------------------------------------------------
  106. ;Relay control settings
  107. ; Most modems will only support a limited set of the options below
  108. [RelayControl]
  109. ;modem on-hook/ handset connected to telephoneline -- internal speaker off
  110. OnHookHandsetToTelco=+VLS=0
  111.  
  112. ;modem off-hook/modem connected to telco
  113. ;usually first reset modem to telco, then issue ATA to go off hook...
  114. OffHookModemToTelco=+VLS=1
  115.  
  116. ; record or play using local phone
  117. ; Modem on-hook/handset connected to modem (for local message play record thru local handset)
  118. OnHookHandsetToModem=+VLS=0
  119.  
  120. ; answer by connecting local phone to telephone line
  121. ; Modem off-hook/handset connected to telco modem connected to handset
  122. OffHookHandsetToTelcoModemToHandset=+VLS=2
  123.  
  124. ; local play using modem's internal speaker
  125. OnHookInternalSpeakerOn=+VLS=4
  126.  
  127. ; incoming call monitor using internal speaker
  128. OffHookInternalSpeakerOn=+VLS=5
  129.  
  130. ; local record using internal microphone
  131. OnHookInternalMicrophoneOn=+VLS=6
  132.  
  133. ; speaker phone using internal microphone and internal speaker
  134. OffHookInternalSpeakerInternalMic=+VLS=7
  135.  
  136. ; local play using external speaker
  137. OnHookExternalSpeakerOn=+VLS=4
  138.  
  139. ; answer call with modem in call monitor mode using external speaker
  140. OffHookExternalSpeakerOn=+VLS=5
  141.  
  142. ; speaker phone using internal microphone and external speaker
  143. OffHookInternalMicExternalSpeaker=+VLS=7
  144.  
  145. ; local record using external microphone
  146. OnHookExternalMicOn=+VLS=3
  147.  
  148. ; speaker phone using external microphone and internal speaker
  149. OffHookExternalMicInternalSpeaker=+VLS=7
  150.  
  151. ; speaker phone using external microphone and external speaker
  152. OffHookExternalMicExternalSpeaker=+VLS=7
  153.  
  154. ; local play or record with hand set or head set
  155. OnHookHeadsetToModem=
  156.  
  157. ; connect hand set or head set to telephone line
  158. OffHookHeadsetToTelco=
  159.  
  160. ; connect hand set or head set to telephone line with mute
  161. OffHookHeadsetToTelcoMuted=+VLS=5
  162.  
  163. ;---------------------------------------------------------------------------
  164.  
  165. ;These commands control the line level volume for the playing and recording of
  166. ;voice files.  The commands also control the level of the remote end on a speaker
  167. ;phone call
  168. [VolumeControl]
  169. PlaybackVolumeCommand=+VGT=
  170. PlaybackVolumeMin=0
  171. PlaybackVolumeMax=255
  172. ;The next two commands are used to adjust volume incrementally during playback
  173. ;Ascii values separated by commas if more than one
  174. ;If a <dle> or other command character is required it must be included here!
  175. ;leave empty if not supported by your modem!!!!!
  176. VolumeAdjustIncrement=u
  177. VolumeAdjustDecrement=d
  178. RecordVolumeCommand=+VGR=
  179. RecordVolumeAutoGainCommand=
  180. RecordVolumeMin=0
  181. RecordVolumeMax=255
  182.  
  183. ;These commands control the levels of the local speaker and microphone when in
  184. ;speakerphone mode
  185. [SpeakerphoneVolumeControl]
  186. EnableSpeakerPhone=+VSP=1
  187. DisableSpeakerPhone=+VSP=0
  188. MicrophoneVolume=+VGM=
  189. MicVolumeMin=0
  190. MicVolumeMax=255
  191. SpeakerVolume=+VGS=
  192. SpeakerVolumeMin=0
  193. SpeakerVolumeMax=255
  194.  
  195. [VoiceFilePlay]
  196. ;Command sent to prepare modem for playing a voice file
  197. FileStartPlay=+VTX
  198. ;command sent to modem when voice file play is completed normally
  199. ;This is a sequence of ascii characters separated by commas
  200. FileEndPlay=97,116,43,102,108,111,61,48
  201. ;commands sent to modem to stop playing a voice file immediately (before it is done)
  202. ;This is a sequence of ascii characters separated by commas
  203. FileAbortPlay=16,03
  204. ;commands sent to modem to Pause and un-pause voice file playback
  205. ;This is a sequence of ascii characters separated by commas
  206. FilePausePlay=
  207. FileUnpausePlay=
  208.  
  209.  
  210. [VoiceFileRecord]
  211. ;Command sent to prepare modem for voice file recording
  212. FileStartRecord=+VRX
  213. ;command sent to modem to normally terminate a voice file recording
  214. ;This is a sequence of ascii characters separated by commas
  215. FileEndRecord=
  216. ;command sent to modem to normally terminate a voice file recording
  217. ;This is a sequence of ascii characters separated by commas
  218. ;Key abort
  219. FileAbortRecord=16,27
  220. ;special processing on recorded files
  221. ;The number of bytes to be removed from the beginning and ending of voice data in the voice files
  222. StartRemoveBytes=
  223. EndRemoveBytes=
  224.  
  225.  
  226. [VoiceFileQuality0]
  227. ;Possible compression ID's are:  Note: you must use the numbers below, not the strings!
  228. ;See the bottom of this file for Compression identifiers.  Not only numbers should be used, not the defines
  229. ;currently for sound card support, only the PCM and Rockwell IMAADPCM format is supported
  230. ;the modem must support a linear PCM compression scheme!!!!!No conversions are currently performed except for Rockwell 4bit 7200 samples!
  231. CompressionDescription=Linear PCM
  232.  
  233. ;Lowest quality entries
  234. CompressionCommandLowest=+VSM=8,8000;+flo=2
  235. CompressionFormatLowest=0
  236. ;Mono is almost always the only format available:  1 for Mono, 2 for stero
  237. CompressionChannelsLowest=1
  238. CompressionSamplesPerSecondLowest=8000
  239. CompressionBitsPerSampleLowest=8
  240.  
  241. ;Low quality entries
  242. CompressionCommandLow=+VSM=8,8000;+flo=2
  243. CompressionFormatLow=0
  244. CompressionChannelsLow=1
  245. CompressionSamplesPerSecondLow=8000
  246. CompressionBitsPerSampleLow=8
  247.  
  248. ;Medium quality entries
  249. CompressionCommandMed=+VSM=8,8000;+flo=2
  250. CompressionFormatMed=0
  251. CompressionChannelsMed=1
  252. CompressionSamplesPerSecondMed=8000
  253. CompressionBitsPerSampleMed=8
  254.  
  255. ;High quality entries
  256. CompressionCommandHigh=+VSM=8,8000;+flo=2
  257. CompressionFormatHigh=0
  258. CompressionChannelsHigh=1
  259. CompressionSamplesPerSecondHigh=8000
  260. CompressionBitsPerSampleHigh=8
  261.  
  262. ;Highest quality entries
  263. CompressionCommandHighest=+VSM=8,8000;+flo=2
  264. CompressionFormatHighest=0
  265. CompressionChannelsHighest=1
  266. CompressionSamplesPerSecondHighest=8000
  267. CompressionBitsPerSampleHighest=8
  268.  
  269.  
  270. ;BaudRate used to send commands to modem when in voice mode (based on selected compression)
  271. ;To use current baudrate, do not specify any values...
  272. [ModemBaudRate]
  273. BaudRateCompressionLowest=115200
  274. BaudRateCompressionLow=115200
  275. BaudRateCompressionMed=115200
  276. BaudRateCompressionHigh=115200
  277. BaudRateCompressionHighest=115200
  278.  
  279. ;The baudrate to be used during play and record only
  280. ;can be left blank if specified above under [ModemBaudRate]
  281. [PlayRecordBaudRate]
  282. BaudRatePlayRecLowest=
  283. BaudRatePlayRecLow=
  284. BaudRatePlayRecMed=
  285. BaudRatePlayRecHigh=
  286. BaudRatePlayRecHighest=
  287. ;0 = baudrate switched before issue of Play or Record command
  288. ;1 = baudrate switched after issue of Play or Record command
  289. ;no entry means no speed change before Play or Record
  290. BaudRateSwitchTime=
  291. ;Command to sync the baud rate sent prior to play/rec command
  292. ;leave blank if none needed
  293. ModemSyncPrePlayRecCommandLowest=
  294. ModemSyncPrePlayRecCommandLow=
  295. ModemSyncPrePlayRecCommandMed=
  296. ModemSyncPrePlayRecCommandHigh=
  297. ModemSyncPrePlayRecCommandHighest=
  298. ;Command to sync the baud rate sent after play/rec command
  299. ;leave blank if none needed
  300. ModemSyncPostPlayRecCommandLowest=
  301. ModemSyncPostPlayRecCommandLow=
  302. ModemSyncPostPlayRecCommandMed=
  303. ModemSyncPostPlayRecCommandHigh=
  304. ModemSyncPostPlayRecCommandHighest=
  305.  
  306. ;All modem codes are specified as ASCII byte values unless otherwise specified!
  307. [VoiceModemCodes]
  308. ;The byte used to escape codes from the modem during voice play/rec mode
  309. ;Usually <DLE> or ASCII 16
  310. ;Specify as numeric ASCII value
  311. EmbeddedEscapeCode=16
  312. ;How to pad when playing and encounter a <DLE><DLE> code
  313. PlayEscapePadding=16,26
  314. ;How to pad when playing and encounter a <DLE><ANY> code
  315. PlayEscapePaddingAnyChar=16,16
  316.  
  317.  
  318. ;Values returned by the modem while in Voice Play/Rec mode
  319. ; it is assumed that all type of modems will report
  320. ; the 0-9 & A-D DTMF tones using corresponding characters.
  321. CodeDTMF0=0
  322. CodeDTMF1=1
  323. CodeDTMF2=2
  324. CodeDTMF3=3
  325. CodeDTMF4=4
  326. CodeDTMF5=5
  327. CodeDTMF6=6
  328. CodeDTMF7=7
  329. CodeDTMF8=8
  330. CodeDTMF9=9
  331. CodeDTMFA=A
  332. CodeDTMFB=B
  333. CodeDTMFC=C
  334. CodeDTMFD=D
  335. CodeDTMFStar=*
  336. CodeDTMFPound=#
  337. CodeAnswerTone=a
  338. CodeBellAnswer=
  339. CodeBusy=b
  340. CodeFaxCallDetected=c
  341. CodeDataCallDetected=e
  342. CodeDialTone=d
  343. CodeOverrun=
  344. CodeUnderrun=
  345. CodeQuietDetected=s
  346. CodeSilenceDetected=
  347. CodeLocalHandsetOnHook=h
  348. CodeLocalHandsetOffHook=H
  349. CodeRemoteOnHook=
  350. CodeRemoteOffHook=
  351. CodeExtensionOnHook=
  352. ;The below will also prevent DLE[o] from stoping recording...
  353. CodeExtensionOffHook=
  354. CodeRingDuringPlayRec=R
  355. CodeEndOfStream=!
  356. 'ASCII values for DLE codes to disregard.
  357. 'must be delimited by commas, with starting and ending commas included
  358. 'eg: IgnoreWhilePlay=,23,145,59,
  359. CodeIgnoreDuringPlay=72
  360. CodeIgnoreDuringRec=
  361.  
  362.  
  363.  
  364.  
  365. ;Voice compression format identifiers
  366.  
  367. ;#define V3VMD_ALL_COMP_PCM            0
  368.  
  369. ;//- ZyXEL voice file compression identifiers
  370. ;//- Do not use any of the 3-bit compression methods.
  371. ;#define V3VMD_VZX_COMP_ADPCM_2        2
  372. ;#define V3VMD_VZX_COMP_ADPCM_4        4
  373. ;#define V3VMD_VZX_COMP_ADPCM_DVI    40
  374. ;#define V3VMD_VZX_COMP_ALAW_PCM        80
  375. ;#define V3VMD_VZX_COMP_ULAW_PCM        81
  376.  
  377. ;//- Cirrus Logic Chipset voice file compression identifiers
  378. ;//- Do not use any of the 3-bit compression methods.
  379. ;#define V3VMD_VCL_COMP_CL1            140
  380. ;#define V3VMD_VCL_COMP_AD4            132
  381. ;#define V3VMD_VCL_COMP_08L            128
  382.  
  383. ;//- Rockwell Chipset voice file compression identifiers
  384. ;//- Do not use any of the 3-bit compression methods.
  385. ;#define V3VMD_VRK_COMP_ADPCM_2        2
  386. ;#define V3VMD_VRK_COMP_ADPCM_4        4
  387.  
  388. ;//- Dr. NeuHaus voice file compression identifiers
  389. ;#define V3VMD_VDN_COMP_ADPCM2_NIE    129
  390. ;#define V3VMD_VDN_COMP_ULOG_DNE        128
  391.  
  392. ;//- Multi-Tech voice file compression identifiers
  393. ;#define V3VMD_VMT_ADPCM_IMA_4        2
  394.  
  395. ;//- US Robotics voice file compression identifiers
  396. ;#define V3VMD_VUR_COMP_GSM            128
  397. ;#define V3VMD_VUR_COMP_ADPCM_G721    129
  398. ;#define V3VMD_VUR_COMP_ADPCM_IMA    130
  399. ;#define V3VMD_VUR_COMP_GSM_NE        1
  400.  
  401. ;//- PCtel Comrpession Identifiers
  402. ;//- modem only does 8000 samples per second
  403. ;#define V3VMD_VPT_COMP_ADPCM_4        4
  404.  
  405. ;//- TI X2 voice file compression identifiers
  406. ;#define V3VMD_VX2_COMP_GSM_B        128
  407. ;#define V3VMD_VX2_COMP_ADPCM_G721    129
  408. ;#define V3VMD_VX2_COMP_ADPCM_IMA    130
  409.